added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / CSCOMService / COMServiceInstaller.Designer.cs
blob3bc9ec704ff22137fb17021eb3ee01457bfa58d6
1 namespace CSCOMService
3 partial class COMServiceInstaller
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
16 if (disposing && (components != null))
18 components.Dispose();
20 base.Dispose(disposing);
23 #region Component Designer generated code
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
31 this.serviceProcessInstaller = new System.ServiceProcess.ServiceProcessInstaller();
32 this.serviceInstaller = new System.ServiceProcess.ServiceInstaller();
33 //
34 // serviceProcessInstaller
35 //
36 this.serviceProcessInstaller.Account = System.ServiceProcess.ServiceAccount.LocalSystem;
37 this.serviceProcessInstaller.Password = null;
38 this.serviceProcessInstaller.Username = null;
39 //
40 // serviceInstaller
41 //
42 this.serviceInstaller.ServiceName = "CSCOMService";
43 //
44 // COMServiceInstaller
45 //
46 this.Installers.AddRange(new System.Configuration.Install.Installer[] {
47 this.serviceProcessInstaller,
48 this.serviceInstaller});
52 #endregion
54 private System.ServiceProcess.ServiceProcessInstaller serviceProcessInstaller;
55 private System.ServiceProcess.ServiceInstaller serviceInstaller;